home *** CD-ROM | disk | FTP | other *** search
-
- EDITOR ERRORS
-
- The following are occasionally printed out on the information
- line when you are editing the programs.
-
- Bottom of text:
- The cursor has reached the last line in your current program.
-
- Cant fit the program into editor buffer:
- This will occur when ,the space required for a program to be
- loaded is greater than the area available in the editor buffer.
- Responding yes to the resulting query from AMOS will set the text
- buffer to the exact size of the program to be loaded.
- You won`t be able to expand the program,only reduce it in size
- . S.BUFFER in the search menu can be called to expand the text
- buffer if neccesary
- Selecting NO will simply abort the load and the minimum required
- buffer space will be displayed in the information line
-
- Line too long:
- The AMOS editor can only handle lines up to a maximum of 255
- characters long
-
- No errors:no errors were detected in your program during test
- process.
- Not found:the previous search command was unsuccessful.
-
- Not marked:you cant move to a mark because you havent set
- any markers.
- Not a proceedure:FOLD/UNFOLD only works if you have
- positioned the text cursor over a proceedure.
- Out of buffer space:You have run out of space in the
- editor area.Save your program onto a disk and increase
- the buffer using S.BUFFER (in the SEARCH menu)
- If you still have problems you may need to split
- your program into several parts and execute them one
- after another using the RUN command from AMOS basic
-
- Out of memory: There is no more memory available to hold
- your programs.Try using CLOSE WORKBENCH to restore the 40k
- used by the Amigas workbench screen.
- Syntax error: The syntax (grammar) of the current line
- is wrong in some way.Look up the right format in the manual
- or on the reference card.
- Too many direct mode variables : Thers not enough space
- in the variable table to hold your direct mode variables.
- Direct mode allows you to create up to 64 new variables but
- this could be restricted further if your program is taking up
- too much memory.
-
- Top of text:The text cursor has reached the top of your
- program. Pressing the up arrow will have no effect.
-
- Variable name buffer too small:AMOS has a buffer which
- holds the names for all the variables.If you generate
- too many long names this error will be reported back
- Changing the default size of the buffer can be achived from
- the CONFIG accessory.
-
- What block?:You cannot CUT/PASTE a block before you have
- defined it.
-